testing.common.bench (field)

5 uses

	testing (current package)
		benchmark.go#L721: 			bench: true,
		benchmark.go#L758: 						bench:  true,
		benchmark.go#L833: 			bench:   true,
		testing.go#L652: 	bench          bool           // Whether the current test is a benchmark.
		testing.go#L1169: 		if o.c.bench {